Fix fail to build when building with introspection:
authorDidier Roche <didrocks@ubuntu.com>
Thu, 20 May 2010 23:00:55 +0000 (09:00 +1000)
committerRobert Ancell <robert.ancell@gmail.com>
Thu, 20 May 2010 23:00:55 +0000 (09:00 +1000)
commit6847407edaea351f6e7f4bca6933ae1c7347537a
tree4857c70b48748db35dcd0bea57d7a7e410006567
parentae8c4b8f7b4f967e31d99235223026b8e37cd4fb
Fix fail to build when building with introspection:
in debian/ubuntu, builddir != srcdir. This trigger an error
on introspection_files where srcdir is added to x11/*.c.
Indeed, srcdir is added again later:
$(addprefix $(srcdir)/,$(introspection_files))
making $(srcdir)/$(srcdir)/x11/*.c (not an issue on jhbuild as srcdir = .)
gdk/Makefile.am